deleteSnapshot

Delete a snapshot

Format

udclient [global-args...] [global-flags...]
  deleteSnapshot [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
snapshot string true Name or ID of the snapshot
application string false Name of the application; this value is required if you specify the snapshot name instead of ID

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  deleteSnapshot 
  -application MyApplication
  -snapshot Snapshot1

Related REST command: Delete a snapshot.